SsBillingMethod 
Logical Entity Name  SsBillingMethod 
Default Table Name  SsBillingMethod 
Physical Only  NO 
Definition 
 
Note 
 

SsBillingMethod Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SsBillingMethodID(PK)    int  NO 
 
Code    char(8)  NO 
 
Descrip    varchar(120)  NO 
 
TranCode    char(10)  NO 
 
FlatAmount    money  NO 
 
Override    bit  NO 
 
RateCreditAmount    money  NO 
 
RateHourAmount    money  NO 
 
RateEnrollAmount    money  NO 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
Ts    timestamp  NO 
 

SsBillingMethod Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_SsBillingMethod_SsBillingMethodID  PrimaryKey  SsBillingMethodID 

SsBillingMethod Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
SyStaff  Non-Identifying  One To Zero or More  FK_SsBillingMethod_UserID_SyStaff_SyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
SsGradeLevel  Non-Identifying  One To Zero or More  FK_SsGradeLevel_SsBillingMethodID_SsBillingMethod_SsBillingMethodID        NO  YES 
SsProgram  Non-Identifying  One To Zero or More  FK_SsProgram_SsBillingMethodID_SsBillingMethod_SsBillingMethodID        NO  YES 
SsService  Non-Identifying  One To Zero or More  FK_SsService_SsBillingMethodID_SsBillingMethod_SsBillingMethodID        NO  YES 

SsBillingMethod Check Constraints 
Check Constraint Name  CheckConstraint